List font sizes 6 and 7pt too. (#440450, Sebastien Bacher, Alex "weej"
authorBehdad Esfahbod <behdad@gnome.org>
Sun, 17 Jun 2007 07:45:25 +0000 (07:45 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sun, 17 Jun 2007 07:45:25 +0000 (07:45 +0000)
2007-06-17  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/gtkfontsel.c: List font sizes 6 and 7pt too. (#440450,
        Sebastien Bacher, Alex "weej" Jones)

svn path=/trunk/; revision=18168

ChangeLog
gtk/gtkfontsel.c

index 3cd4c0f0994232a59025ef08433ae937cc604249..1bce678c8e394b229a0683bd4aeed95db77cb32e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-17  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkfontsel.c: List font sizes 6 and 7pt too. (#440450,
+       Sebastien Bacher, Alex "weej" Jones)
+
 2007-06-16  Yevgen Muntyan  <muntyan@tamu.edu>
 
        * gtk/gtktextdisplay.c (render_para): fixed couple of drawing
index 5be9b7cf0b39a74bb49f05aeb25bfe8cf0342230..317e3369adbcdde645d5523296699fb989e5a167 100644 (file)
@@ -88,7 +88,7 @@
 /* These are what we use as the standard font sizes, for the size list.
  */
 static const guint16 font_sizes[] = {
-  8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 22, 24, 26, 28,
+  6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 22, 24, 26, 28,
   32, 36, 40, 48, 56, 64, 72
 };